From c0e04e7293f9f003ef51a6b9f385b644b9bcc420 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 5 Sep 2017 13:57:50 +0200 Subject: [PATCH] babl: trade gained fishing performance for better fish --- babl/babl-fish-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index 3c0eb6a..298d36a 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -135,7 +135,7 @@ static int max_path_length (void) if (env) max_length = atoi (env); else - max_length = 3; /* reducing this number makes finding short fishes much + max_length = 4; /* reducing this number makes finding short fishes much faster - even if we lose out on some of the fast bigger fish */ -- 2.30.2